/* ����ͼ�� �Ѽ����� www.lanrentuku.com */


.container-fluid {
    padding: 0;
}

.navbar {
    margin: 0;
}

#activate {
    margin: 17px 0;
    width: 300px;
    height: 64px;
    font-size: 18px;
}

.header {
    margin:0;
}

.headerImg {
    width: 100%;
	
}

.headerImg1 {
    width: 1350px;
	
}

.col-lg-7 {
    padding-left: 150px;
}

.col-lg-7 p {
    font-size: 18px;
    margin: 50px 0;
}

.col-lg-5 {
    padding: 0 100px;
}

.col-lg-5 img {
    width: 100%;
    max-width:400px;
}

.col-lg-5 div {
    margin: 0 auto;
}

.credit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}


/*@media (max-width: 1200px) {
    .col-lg-7 {
        padding: 64px;
    }
	.slideshow {
    position: relative;
    max-width: 100%;
}
}*/

@media only screen and (min-width:1250px) and (max-width:1300px){
	.slideshow {
    position: relative;
    max-width: 100%;
}
.header {
        margin-bottom:0px;
    }

    .col-lg-7 {
        padding: 15px;
    }

    .col-lg-7 h2{
        font-size: 16px;
    }

    .col-lg-7 p{
        font-size: 12px;
    }

    .credit{
        margin-bottom: 25px;
    }
}







/*@media (max-width: 1024px) {
    #bsaHolder, footer {
        display: none;
    }
	.slideshow {
    position: relative;
    max-width: 100%;
}
}*/

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1;
}
   .slideshow1 {
    position: relative;
    max-width: 100%;
}
 .slideshow2 {
    position: relative;
    max-width: 1350px;
}
//手机上的
   .slideshow {
    position: relative;
    max-width: 1350px;
}

@media only screen and (min-width:550px) and (max-width:1100px){
 //横屏CSS 
   .slideshow {
    position: relative;
    max-width: 1350px;
}
/*Slideshow container*/

}
/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-position:center;
    background-size:100%;
 
}

.slide1 {
    position: absolute;
    top: 0;
    left: 0;
    width:1350px;
    height:284px;
    background-position:center;
    background-size:100%;
	 
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100%;
   
}



/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}


/*Helper style classes*/

.hide {
    visibility: hidden;
}